ActiveReports 12
ReportParameter Constructor(String,ICollection<Object>)

GrapeCity.ActiveReports.Viewer.Win.v12 Assembly > GrapeCity.ActiveReports.Viewer.Win Namespace > ReportParameter Class > ReportParameter Constructor : ReportParameter Constructor(String,ICollection<Object>)
Parameter Name.
Collection of parameter values.
Initializes a new instance multiple values.
Syntax
'Declaration
 
Public Function New( _
   ByVal name As String, _
   ByVal values As ICollection(Of Object) _
)
public ReportParameter( 
   string name,
   ICollection<object> values
)

Parameters

name
Parameter Name.
values
Collection of parameter values.
See Also

Reference

ReportParameter Class
ReportParameter Members
Overload List